home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / dev / basic / strcmp.readme < prev    next >
Encoding:
Text File  |  1999-09-06  |  1.2 KB  |  32 lines

  1. Short:    [Blitz2] C style string compare functions
  2. Author:   David McMinn (dmcminn@house-of-mojo.freeserve.co.uk)
  3. Uploader: David McMinn (dmcminn@house-of-mojo.freeserve.co.uk)
  4. Type:     dev/basic
  5. Requires: Blitz Basic 2
  6.  
  7.  This source contains two functions and a small demo of their
  8. functionality. The functions are ASM versions of the standard C
  9. functions strcmp and strcmpi which perform case sensitive and
  10. case insensitive string comparison, respectively. With these
  11. two functions, you can get more information than comparing
  12. string variables as you normally would in Blitz, and they are
  13. also much faster.
  14.  
  15.  The source is saved in ASCII format.
  16.  
  17. Last updated 3rd July 1999
  18.  
  19. [) /\ \/ ][ [)   |\/| © |\/| ][ |\| |\|
  20.  dmcminn@house-of-mojo.freeserve.co.uk
  21.   http://members.xoom.com/David_McMinn
  22.  
  23.  
  24. ============================= Archive contents =============================
  25.  
  26. Original  Packed Ratio    Date     Time    Name
  27. -------- ------- ----- --------- --------  -------------
  28.     2339     758 67.5% 03-Jul-99 13:34:20  strcmp.bb2
  29.      797     437 45.1% 03-Jul-99 13:37:32  strcmp.readme
  30. -------- ------- ----- --------- --------
  31.     3136    1195 61.8% 07-Jul-99 16:06:34   2 files
  32.